viewtify.ui
UIText
<V
>
V
>V
UserInterface
UIText
,V
org.controlsfx.control.textfield.CustomTextField
ReferenceHolder
AnimateHelper
UIText
,V
org.controlsfx.control.textfield.CustomTextField
AssociativeHelper
ContextMenuHelper
UIText
V
DecorationHelper
UIText
V
DisableHelper
UIText
V
kiss.Disposable
EditableHelper
UIText
V
PlaceholderHelper
UIText
V
PropertyAccessHelper
StyleHelper
UIText
,V
org.controlsfx.control.textfield.CustomTextField
Supplier
V
TooltipHelper
UIText
,V
org.controlsfx.control.textfield.CustomTextField
UserActionHelper
UIText
V
UserInterfaceProvider
org.controlsfx.control.textfield.CustomTextField
ValueHelper
UIText
,V
V
VerifyHelper
UIText
V
VisibleHelper
UIText
V
type
Class
The input type.
UIText
(View
view
, Class
type
)
View
view
, Class
type
)View view |
|
Class type |
Enchanced view.
length
()
int
int |
Return the current length of inputed text.
valueProperty
()
javafx.beans.property.PropertyV
V
javafx.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
V
UIText |
You will be able to enter only alphabet.
acceptAlphaNumericInput
()
UITextV
V
UIText |
You will be able to enter only alphabet and numeric character.
acceptIntegralInput
()
UITextV
V
UIText |
You will be able to enter only integral numbers.
acceptPositiveIntegralInput
()
UITextV
V
UIText |
You will be able to enter only positive integral numbers.
acceptDecimalInput
()
UITextV
V
UIText |
You will be able to enter only numbers.
acceptPositiveDecimalInput
()
UITextV
V
UIText |
You will be able to enter only numbers.
acceptInput
(String
regex
)
UITextV
String
regex
)V
String regex |
|
UIText |
Specify the character types that can be entered as regular expressions.
rejectAnyInput
()
UITextV
V
UIText |
Specify the character types that can be entered as regular expressions.
normalizeInput
(Form
form
)
UITextV
Form
form
)V
Form form |
|
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
(int
size
)
UITextV
int
size
)V
int size |
|
UIText |
Limit the number of characters that can be entered; a number less than or equal to 0 disables this limit.
masking
(boolean
enable
)
UITextV
boolean
enable
)V
boolean enable |
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
(String
prefix
)
UITextV
String
prefix
)V
String prefix |
|
UIText |
Chainable API. |
Set the uneditable text prefix.
prefix
(org.kordamp.ikonli.Ikon
prefix
)
UITextV
org.kordamp.ikonli.Ikon
prefix
)V
org.kordamp.ikonli.Ikon prefix |
|
UIText |
Chainable API. |
Set the icon prefix.
suffix
(String
suffix
)
UITextV
String
suffix
)V
String suffix |
|
UIText |
Chainable API. |
Set the uneditable text suffix.
suffix
(org.kordamp.ikonli.Ikon
suffix
)
UITextV
org.kordamp.ikonli.Ikon
suffix
)V
org.kordamp.ikonli.Ikon suffix |
|
UIText |
Chainable API. |
Set the icon suffix.
renderer
(FunctionV
, String
renderer
)
UITextV
FunctionV
, String
renderer
)V
Function renderer |
|
UIText |
Set the value renderer.
clearable
()
UITextV
V
UIText |
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
(ListV
suggests
)
UITextV
ListV
suggests
)V
List suggests |
|
UIText |
Support auto-completion.
suggest
(javafx.util.Callbackorg.controlsfx.control.textfield.AutoCompletionBinding.ISuggestionRequest
, CollectionV
suggestionProvider
)
UITextV
javafx.util.Callbackorg.controlsfx.control.textfield.AutoCompletionBinding.ISuggestionRequest
, CollectionV
suggestionProvider
)V
javafx.util.Callback suggestionProvider |
|
UIText |
Support auto-completion.
suggest
(javafx.util.Callbackorg.controlsfx.control.textfield.AutoCompletionBinding.ISuggestionRequest
, CollectionV
suggestionProvider
, javafx.util.StringConverterV
converter
)
UITextV
javafx.util.Callbackorg.controlsfx.control.textfield.AutoCompletionBinding.ISuggestionRequest
, CollectionV
suggestionProvider
, javafx.util.StringConverterV
converter
)V
javafx.util.Callback suggestionProvider |
|
javafx.util.StringConverter converter |
|
UIText |
Support auto-completion.
combine
(UIText
combiners
)
UIHBox
UIText
combiners
)UIText combiners |
|
UIHBox |
Create combined text input user interface.