Top
Interstage Studio J Business Kit GUI Library User's Guide
FUJITSU Software

3.10 Embedded date/time field Bean

The embedded date/time field Bean has the following information and Customizer functions.

See

"Package Guide"- JFFieldFilledDate

Property information

Name

Type

Reference

Setting

Explanation

alignmentHorizontal

com.fujitsu.jbk.gui
JFIndexObjectProperty

Y

Display position of the field horizontal character string

alignmentVertical

int

Y

Y

Display position of vertical character string

autoEscape

boolean

Y

Y

Automatic exit function valid/invalid

autoIME

com.fujitsu.jbk.gui
JFIndexObjectProperty

Y

Automatic change of input mode

background

java.awt
Color

Y

Y

Background color

blink

boolean

Y

Y

Whether to blink the character string

blinkInterval

long

Y

Y

Interval of blinking the character string and caret

borderColor

java.awt
Color

Y

Y

Border line color

borderType

int

Y

Y

Border line type

borderWidth

int

Y

Y

Border line width

caretPosition

com.fujitsu.jbk.gui
JFIndexObjectProperty

Y

Caret position in the field

caretStyle

(Array)
int

(Array)
Y

(Array)
Y

Caret style for the input field

caretVisible

boolean

Y

Y

Display/non-display of the input caret

columnBaseChar

char

Y

Y

The base character to be used on calculating the width of field

combinedText

java.lang
String

Y

Y

The whole string including the delimiters

componentOrientation

java.awt
ComponentOrientation

Y

Y

The orientation of the string. It depends on the language

echoChar

char

Y

Y

Echo character

editable

boolean

Y

Y

Whether editing is enabled

enableMenu

boolean

Y

Y

Whether to display the popup menu

enableToolTip

boolean

Y

Y

Whether to display the tool tip

enabled

boolean

Y

Y

Whether enabled

focusField

int

Y

Y

Field index that has input focus

focusTraversalKeysEnabled

boolean

Y

Y

Whether the focus traversal key is available

focusable

boolean

Y

Y

Whether the focus can be set

font

java.awt
Font

Y

Y

Font

foreground

java.awt
Color

Y

Y

Foreground color

fullField

com.fujitsu.jbk.gui
JFIndexObjectProperty

Y

Whether the item is all-digit input item

ignoreRepaint

boolean

Y

Y

Whether the paint message of the operating system should be ignored

inactiveBackground

java.awt
Color

Y

Y

Background color when inactive

inactiveForeground

java.awt
Color

Y

Y

Foreground color when inactive

indispensableField

com.fujitsu.jbk.gui
JFIndexObjectProperty

Y

Whether the item is a required input item

inputAssist

com.fujitsu.jbk.gui
JFIndexObjectProperty

Y

Input assist method

inputMode

com.fujitsu.jbk.gui
JFIndexObjectProperty

Y

Character set and character size

inputStyle

com.fujitsu.jbk.gui
JFIndexObjectProperty

Y

Character string conversion window type

insertMode

int

Y

Y

Input mode

locale

java.util
Locale

Y

Y

Locale information

name

java.lang
String

Y

Y

Name

numericalField

(Array)
boolean

(Array)
Y

Whether the field is a numeric field

pattern

java.lang
String

Y

Y

Pattern

remoteFont

boolean

Y

Whether the registered font is a remote font

reverse

boolean

Y

Y

Whether to display in reverse video or not

selectedInFocus

boolean

Y

Y

Whether to select all the character string when focused or not

selectionEnd

com.fujitsu.jbk.gui
JFIndexObjectProperty

Y

Field selection end position

selectionStart

com.fujitsu.jbk.gui
JFIndexObjectProperty

Y

Field selection start position

showSeparator

boolean

Y

Y

Whether the separator is shown or not

strikeColor

java.awt
Color

Y

Y

Color of strike-through line

strikeType

int

Y

Y

Type of strike-through line

text

(Array)
java.lang
String

(Array)
Y

(Array)
Y

Field character string

textEditKey

com.fujitsu.jbk.gui
JFTextEditKey

Y

Y

Function key manager

toolTipText

java.lang
String

Y

Y

Tool tip text

underlineColor

java.awt
Color

Y

Y

Underline color

underlineType

int

Y

Y

Underline type

value

(Array)
int

(Array)
Y

(Array)
Y

Field value

visible

boolean

Y

Y

Whether visible

Event information

Name

Listener

Addition/removal

Method

Explanation

action

java.awt.event
ActionListener

addActionListener
removeActionListener

actionPerformed

Is issued when the Enter key is pressed or when the component is out of focus automatically.

autoEscape

com.fujitsu.jbk.gui
JFAutoEscapeListener

addAutoEscapeListener
removeAutoEscapeListener

autoEscape

Is issued immediately prior to automatic exit.

component

java.awt.event
ComponentListener

addComponentListener
removeComponentListener

componentResized

Is issued when the component status changes.

componentMoved

componentShown

componentHidden

fieldChanged

com.fujitsu.jbk.gui
JFFieldFilledChangedListener

addJFFieldFilledChangedListener
removeJFFieldFilledChangedListener

fieldChanged

Is issued when the character string changes.

focus

java.awt.event
FocusListener

addFocusListener
removeFocusListener

focusGained

Is issued when the focus moves.

focusLost

inputError

com.fujitsu.jbk.gui
JFInputErrorListener

addInputErrorListener
removeInputErrorListener

inputError

Is issued when a character string input error occurs.

inputMethod

java.awt.event
InputMethodListener

addInputMethodListener
removeInputMethodListener

caretPositionChanged

Is issued when the input method status changes.

inputMethodTextChanged

key

java.awt.event
KeyListener

addKeyListener
removeKeyListener

keyTyped

Is issued by key operation.

keyPressed

keyReleased

mouse

java.awt.event
MouseListener

addMouseListener
removeMouseListener

mouseClicked

Is issued by mouse operation.

mousePressed

mouseReleased

mouseEntered

mouseExited

mouseMotion

java.awt.event
MouseMotionListener

addMouseMotionListener
removeMouseMotionListener

mouseDragged

Is issued when the mouse moves.

mouseMoved

mouseWheel

java.awt.event
MouseWheelListener

addMouseWheelListener
removeMouseWheelListener

mouseWheelMoved

Is issued by mouse wheel operation.

propertyChange

java.beans
PropertyChangeListener

addPropertyChangeListener
removePropertyChangeListener

propertyChange

Is issued when the property changes.

text

java.awt.event
TextListener

addTextListener
removeTextListener

textValueChanged

Is issued when a character is input

Method information

Name

Parameters

Explanation

checkFullField

Checks all-digit input in all fields.

checkFullField

int

Checks all-digit input in the specified field.

checkIndispensableField

Checks the required input in all fields.

checkIndispensableField

int

Checks the required input in the specified field.

copy

int

Copies the selected area of the specified field onto the clipboard.

cut

int

Copies the selected area of the specified field onto the clipboard and deletes it.

getDay

Value of the day field.

getDayIndex

Index of the day field.

getGregorianYear

Index of the year field.

getHour

Value of the hour field.

getHourIndex

Index of the hour field.

getMaximumValue

int

Maximum value of the specified field.

getMinute

Value of the minute field.

getMinuteIndex

Index of the minute field.

getMonth

Value of the month field.

getMonthIndex

Index of the month field.

getSecond

Value of the second field.

getSecondIndex

Index of the second field.

getYearIndex

Index of the year field.

hideToolTip

Erases the tool tip.

insertText

java.lang
String

Inserts the character string into the selected area.

isLeapYear

int

Whether the year is leap year.

paste

int

Replaces the character string in the specified field selection area with the character string in the clipboard.

removeNotify

Notifies a component that it has been removed from the container. If a peer exists, it is destroyed.

requestFocus

Requests an input focus.

select

int

Selects the specified field.

int

int

showToolTip

java.lang
String

Displays the tool tip.

java.awt
Point

java.awt
Dimension

long

transferFocus

Moves the focus to the next component.

Customizer