Uses of Class
org.dwcj.controls.numericbox.NumericBox
Packages that use NumericBox
Package
Description
-
Uses of NumericBox in org.dwcj.controls.numericbox
Methods in org.dwcj.controls.numericbox that return NumericBoxModifier and TypeMethodDescriptionNumericBox.addClassName(String selector) NumericBox.onEditModify(Consumer<NumericBoxEditModifyEvent> callback) NumericBox.removeClassName(String selector) NumericBox.selectAll()This method selects all of the NumericBox control's current contents as if the user highlighted it with the mouse or keyboard.NumericBox.setAttribute(String attribute, String value) NumericBox.setCommaCharacter(String comma) Sets the comma character to be used in the NumericBox control.NumericBox.setDotCharacter(String dot) Sets the character used to indicate the decimal point.NumericBox.setEditString(String edit) Sets the EDIT string, which is used to map input characters to edit functions for theNumericBox control.NumericBox.setEnabled(Boolean enabled) NumericBox.setExpanse(NumericBox.Expanse expanse) NumericBox.setFocusable(Boolean focusable) NumericBox.setHighlight(Boolean highlight) Sets whether to highlight the text in the control when focus is gained from tabbing into the control.NumericBox.setHighlightOnFocus(TextHighlightable.Highlight highlight) NumericBox.setInsertMode(Boolean insert) Sets whether the NumericBox control is in insert mode.Sets the length of the text in the NumericBox control.Sets the left margin of the NumericBox control.Sets the mask for the NumericBox control.NumericBox.setNegatable(boolean negatable) Sets whether the NumericBox control accepts negative values.NumericBox.setPassEnter(Boolean pass) Sets whether the NumericBox control is to pass the ENTER key notification to the top-level window.NumericBox.setPassTab(Boolean pass) Sets whether the NumericBox control is to pass the TAB key notification to the top-level window.NumericBox.setReadOnly(Boolean editable) Sets whether the text in the NumericBox control can be edited.NumericBox.setRestore(float restore) Sets the restore value of the NumericBox control.NumericBox.setTabTraversable(Boolean traverse) NumericBox.setTextAlignment(TextAlignable.Alignment alignment) NumericBox.setTheme(NumericBox.Theme theme) NumericBox.setTooltipText(String text) NumericBox.setUseEditCommas(boolean useCommas) Sets whether to display the comma characters in the mask while in edit mode in the NumericBox control.NumericBox.setValue(float value) NumericBox.setValue(int value) NumericBox.setValue(BigDecimal value) Sets the value of the NumericBox control.NumericBox.setVisible(Boolean visible) -
Uses of NumericBox in org.dwcj.controls.numericbox.events
Methods in org.dwcj.controls.numericbox.events that return NumericBoxConstructors in org.dwcj.controls.numericbox.events with parameters of type NumericBox -
Uses of NumericBox in org.dwcj.controls.numericbox.sinks
Constructors in org.dwcj.controls.numericbox.sinks with parameters of type NumericBoxModifierConstructorDescriptionNumericBoxEditModifyEventSink(NumericBox numBox, Consumer<NumericBoxEditModifyEvent> callback) -
Uses of NumericBox in org.dwcj.controls.numericboxspinner
Subclasses of NumericBox in org.dwcj.controls.numericboxspinner