Uses of Interface
is.codion.swing.common.ui.component.text.FileInputPanel.Builder
Packages that use FileInputPanel.Builder
Package
Description
Package configuration values:
NumberField.CONVERT_GROUPING_TO_DECIMAL_SEPARATOR
Package configuration values:
EntitySearchField.SEARCH_INDICATOR
DefaultEditComponentFactory.DEFAULT_TEXT_FIELD_COLUMNS
-
Uses of FileInputPanel.Builder in is.codion.swing.common.ui.component
Methods in is.codion.swing.common.ui.component that return FileInputPanel.BuilderModifier and TypeMethodDescriptionstatic FileInputPanel.Builder
<byte[]> Components.byteArrayInputPanel()
Provides builder for a byte array based file input panel.static FileInputPanel.Builder
<Path> Components.pathInputPanel()
Provides builder for aPath
based file input panel. -
Uses of FileInputPanel.Builder in is.codion.swing.common.ui.component.text
Methods in is.codion.swing.common.ui.component.text that return FileInputPanel.BuilderModifier and TypeMethodDescriptionFileInputPanel.Builder.buttonCaption
(String buttonCaption) FileInputPanel.Builder.buttonIcon
(Icon buttonIcon) FileInputPanel.Builder
<byte[]> FileInputPanel.BuilderFactory.byteArray()
Provides builder for a byte[] based file input panel.FileInputPanel.Builder.filePathField
(Consumer<TextFieldBuilder<String, JTextField, ?>> filePathField) The field has already been rendered non-editable, useTextComponentBuilder.editable(boolean)
to revert.FileInputPanel.BuilderFactory.path()
Provides builder for aPath
based file input panel. -
Uses of FileInputPanel.Builder in is.codion.swing.framework.ui.component
Methods in is.codion.swing.framework.ui.component that return types with arguments of type FileInputPanel.BuilderModifier and TypeMethodDescriptionComponentBuilder
<byte[], FileInputPanel, FileInputPanel.Builder<byte[]>> EntityComponents.byteArrayInputPanel
(Attribute<byte[]> attribute) Creates a byte array basedFileInputPanel
builder based on the given attribute.