Module is.codion.swing.common.ui
Interface PasswordFieldBuilder
- All Superinterfaces:
ComponentBuilder<String,
,JPasswordField, PasswordFieldBuilder> TextComponentBuilder<String,
,JPasswordField, PasswordFieldBuilder> TextFieldBuilder<String,
JPasswordField, PasswordFieldBuilder>
public interface PasswordFieldBuilder
extends TextFieldBuilder<String,JPasswordField,PasswordFieldBuilder>
Builds a JPasswordField.
-
Nested Class Summary
Nested classes/interfaces inherited from interface is.codion.swing.common.ui.component.text.TextComponentBuilder
TextComponentBuilder.CaretPosition
Nested classes/interfaces inherited from interface is.codion.swing.common.ui.component.text.TextFieldBuilder
TextFieldBuilder.ValueClassBuilder
-
Field Summary
Fields inherited from interface is.codion.swing.common.ui.component.builder.ComponentBuilder
COMPONENT_VALUE
Fields inherited from interface is.codion.swing.common.ui.component.text.TextFieldBuilder
SELECT_ALL_ON_FOCUS_GAINED
-
Method Summary
Methods inherited from interface is.codion.swing.common.ui.component.builder.ComponentBuilder
background, border, build, build, buildValue, buildValue, clientProperty, componentListener, componentOrientation, consumer, enabled, enabled, focusable, focusCycleRoot, focusListener, font, foreground, keyEvent, keyListener, label, link, link, listener, maximumHeight, maximumSize, maximumWidth, minimumHeight, minimumSize, minimumWidth, modifiedIndicator, modifiedIndicatorFactory, mouseListener, mouseMotionListener, mouseWheelListener, name, onBuild, onBuildValue, onSetVisible, opaque, popupMenu, popupMenuControl, popupMenuControls, preferredHeight, preferredSize, preferredWidth, propertyChangeListener, propertyChangeListener, scrollPane, toolTipText, toolTipText, transferFocusOnEnter, transferFocusOnEnter, transferHandler, validator, validIndicator, validIndicator, validIndicatorFactory, value, visible
Methods inherited from interface is.codion.swing.common.ui.component.text.TextComponentBuilder
caretListener, caretPosition, caretUpdatePolicy, controlDeleteWord, disabledTextColor, dragEnabled, editable, focusAccelerator, lowerCase, margin, maximumLength, moveCaretToEndOnFocusGained, moveCaretToStartOnFocusGained, onTextChanged, selectAllOnFocusGained, selectedTextColor, selectionColor, updateOn, upperCase
Methods inherited from interface is.codion.swing.common.ui.component.text.TextFieldBuilder
action, actionListener, columns, format, hint, horizontalAlignment
-
Method Details
-
echoChar
- Parameters:
echoChar
- the echo char- Returns:
- this builder instance
- See Also:
-
builder
- Returns:
- a new JPasswordField
-