viewtify.ui
UIText<V>
V>V
UserInterfaceUIText,Vorg.controlsfx.control.textfield.CustomTextFieldReferenceHolder
AnimateHelperUIText,Vorg.controlsfx.control.textfield.CustomTextFieldAssociativeHelperContextMenuHelperUITextVDecorationHelperUITextVDisableHelperUITextVkiss.DisposableEditableHelperUITextVPlaceholderHelperUITextVPropertyAccessHelperStyleHelperUIText,Vorg.controlsfx.control.textfield.CustomTextFieldSupplierVTooltipHelperUIText,Vorg.controlsfx.control.textfield.CustomTextFieldUserActionHelperUITextVUserInterfaceProviderorg.controlsfx.control.textfield.CustomTextFieldValueHelperUIText,VVVerifyHelperUITextVVisibleHelperUITextV
typeClass
The input type.
UIText(Viewview, Classtype)
Viewview, Classtype)Viewview |
|
Classtype |
Enchanced view.
length()int
int |
Return the current length of inputed text.
valueProperty()javafx.beans.property.PropertyV
Vjavafx.beans.property.Property |
edit()javafx.beans.property.BooleanProperty
javafx.beans.property.BooleanProperty |
isEmpty()boolean
boolean |
Check whether this field is empty or not.
isNotEmpty()boolean
boolean |
Check whether this field is empty or not.
isTextSelected()boolean
boolean |
Check whether this field's text is selected or not.
isNotTextSelected()boolean
boolean |
Check whether this field's text is selected or not.
acceptAlphabeticInput()UITextV
VUIText |
You will be able to enter only alphabet.
acceptAlphaNumericInput()UITextV
VUIText |
You will be able to enter only alphabet and numeric character.
acceptIntegralInput()UITextV
VUIText |
You will be able to enter only integral numbers.
acceptPositiveIntegralInput()UITextV
VUIText |
You will be able to enter only positive integral numbers.
acceptDecimalInput()UITextV
VUIText |
You will be able to enter only numbers.
acceptPositiveDecimalInput()UITextV
VUIText |
You will be able to enter only numbers.
acceptInput(Stringregex)UITextV
Stringregex)VStringregex |
|
UIText |
Specify the character types that can be entered as regular expressions.
rejectAnyInput()UITextV
VUIText |
Specify the character types that can be entered as regular expressions.
normalizeInput(Formform)UITextV
Formform)VFormform |
|
UIText |
Specifies how to normalize the input characters.
maximumInput()int
int |
Get the current limited size of characters. A number less than or equal to 0 disables this limit.
maximumInput(intsize)UITextV
intsize)Vintsize |
|
UIText |
Limit the number of characters that can be entered; a number less than or equal to 0 disables this limit.
masking(booleanenable)UITextV
booleanenable)Vbooleanenable |
If it is true, mask it, and if it is false, unmask it. |
UIText |
Chainable API. |
Set whether or not to mask the input values so that they are not visible.
prefix(Stringprefix)UITextV
Stringprefix)VStringprefix |
|
UIText |
Chainable API. |
Set the uneditable text prefix.
prefix(org.kordamp.ikonli.Ikonprefix)UITextV
org.kordamp.ikonli.Ikonprefix)Vorg.kordamp.ikonli.Ikonprefix |
|
UIText |
Chainable API. |
Set the icon prefix.
suffix(Stringsuffix)UITextV
Stringsuffix)VStringsuffix |
|
UIText |
Chainable API. |
Set the uneditable text suffix.
suffix(org.kordamp.ikonli.Ikonsuffix)UITextV
org.kordamp.ikonli.Ikonsuffix)Vorg.kordamp.ikonli.Ikonsuffix |
|
UIText |
Chainable API. |
Set the icon suffix.
renderer(FunctionV, Stringrenderer)UITextV
FunctionV, Stringrenderer)VFunctionrenderer |
|
UIText |
Set the value renderer.
clearable()UITextV
VUIText |
Show a clear button inside the TextField (on the right hand side of it) when text is
entered by the user.
placeholderProperty()javafx.beans.property.StringProperty
javafx.beans.property.StringProperty |
suggest(ListVsuggests)UITextV
ListVsuggests)VListsuggests |
|
UIText |
Support auto-completion.
suggest(javafx.util.Callbackorg.controlsfx.control.textfield.AutoCompletionBinding.ISuggestionRequest, CollectionVsuggestionProvider)UITextV
javafx.util.Callbackorg.controlsfx.control.textfield.AutoCompletionBinding.ISuggestionRequest, CollectionVsuggestionProvider)Vjavafx.util.CallbacksuggestionProvider |
|
UIText |
Support auto-completion.
suggest(javafx.util.Callbackorg.controlsfx.control.textfield.AutoCompletionBinding.ISuggestionRequest, CollectionVsuggestionProvider, javafx.util.StringConverterVconverter)UITextV
javafx.util.Callbackorg.controlsfx.control.textfield.AutoCompletionBinding.ISuggestionRequest, CollectionVsuggestionProvider, javafx.util.StringConverterVconverter)Vjavafx.util.CallbacksuggestionProvider |
|
javafx.util.StringConverterconverter |
|
UIText |
Support auto-completion.
combine(UITextcombiners)UIHBox
UITextcombiners)UITextcombiners |
|
UIHBox |
Create combined text input user interface.