Docjar: A Java Source and Docuemnt Enginecom.*    java.*    javax.*    org.*    all    new    plug-in

Quick Search    Search Deep
A B C D E F G I K M N P Q R S T V W

A

ALIGN_CENTERED - Static variable in class com.flexstor.common.awt.field.WrappingLabel
 
ALIGN_LEFT - Static variable in class com.flexstor.common.awt.field.WrappingLabel
 
ALIGN_RIGHT - Static variable in class com.flexstor.common.awt.field.WrappingLabel
 
ActionButton - class com.flexstor.common.awt.field.ActionButton.
 
ActionButton(int) - Constructor for class com.flexstor.common.awt.field.ActionButton
 
ActionButton(String, int) - Constructor for class com.flexstor.common.awt.field.ActionButton
 
ActionButton(int, int) - Constructor for class com.flexstor.common.awt.field.ActionButton
 
ActionButton(int, String, int) - Constructor for class com.flexstor.common.awt.field.ActionButton
 
ActionButton(String, String, int) - Constructor for class com.flexstor.common.awt.field.ActionButton
 
ActionChoice - class com.flexstor.common.awt.field.ActionChoice.
This choice class can be associated with an action id defined in Constants.
ActionChoice(int) - Constructor for class com.flexstor.common.awt.field.ActionChoice
Creates a new choice with the given action id
ActionChoice(int, String[]) - Constructor for class com.flexstor.common.awt.field.ActionChoice
Creates a new choice with the given action id and prefilled with the given string array.
actionListeners - Variable in class com.flexstor.common.awt.field.ActionButton
 
actionMulticaster - Variable in class com.flexstor.common.awt.field.ActionChoice
The action listener(s) that listen to this choice.
actionPerformed(ActionEvent) - Method in class com.flexstor.common.awt.field.ComboField
 
actionPerformed(ActionEvent) - Method in class com.flexstor.common.awt.field.ExtendedFieldDialog
 
addActionListener(ActionListener) - Method in class com.flexstor.common.awt.field.ActionButton
 
addActionListener(ActionListener) - Method in class com.flexstor.common.awt.field.ActionChoice
Adds an action listener to this choice.
addItem(String) - Method in class com.flexstor.common.awt.field.FlexChoice
 
addItem(LookupListItem) - Method in class com.flexstor.common.awt.field.FlexChoice
 
addKeyListener(KeyListener) - Method in class com.flexstor.common.awt.field.FlexTextField
 
addNotify() - Method in class com.flexstor.common.awt.field.FlexChoice
 
addTextListener(FlexTextListener) - Method in class com.flexstor.common.awt.field.ComboField
 
addTextListener(FlexTextListener) - Method in class com.flexstor.common.awt.field.FlexChoice
 
addTextListener(FlexTextListener) - Method in class com.flexstor.common.awt.field.FlexTextField
 
alItems - Variable in class com.flexstor.common.awt.field.FlexChoice
The list of lookup items (value,id pairs) for this choice.
align - Variable in class com.flexstor.common.awt.field.WrappingLabel
 
arrow - Variable in class com.flexstor.common.awt.field.ComboField
 

B

bActionKeyDown - Variable in class com.flexstor.common.awt.field.ActionButton
 
bAllowRepaint - Variable in class com.flexstor.common.awt.field.ComboField
 
bEnabled - Variable in class com.flexstor.common.awt.field.ComboField
 
bExtendedEdit - Variable in class com.flexstor.common.awt.field.ComboField
 
bFocusTraversable - Variable in class com.flexstor.common.awt.field.ActionButton
 
bKeyboardFocus - Variable in class com.flexstor.common.awt.field.ActionButton
 
bMouseOver - Variable in class com.flexstor.common.awt.field.ActionButton
 
bMousePressed - Variable in class com.flexstor.common.awt.field.ActionButton
 
bNotifyListeners - Variable in class com.flexstor.common.awt.field.FlexTextField
 
bPadChoice - Variable in class com.flexstor.common.awt.field.ComboField
Flag for choice padding.
bPadChoice - Variable in class com.flexstor.common.awt.field.FlexChoice
A string with a single space is added as the first item to the choice when true.
bPartialDisable - Variable in class com.flexstor.common.awt.field.FlexTextField
The field always "appears" disabled when true.
bRequired - Variable in class com.flexstor.common.awt.field.FlexChoice
 
bRequired - Variable in class com.flexstor.common.awt.field.FlexTextField
A value is required in this field if true.
bShowError - Variable in class com.flexstor.common.awt.field.FlexTextField
Error dialogs are shown when true.
bShowExtEdit - Variable in class com.flexstor.common.awt.field.ComboField
 
bTabbable - Variable in class com.flexstor.common.awt.field.FlexChoice
If set to false, then this choice does not support tabbing.
bVisualRequired - Variable in class com.flexstor.common.awt.field.ComboField
 
baseline - Variable in class com.flexstor.common.awt.field.WrappingLabel
 

C

COMBO_FIELD_HEIGHT - Static variable in interface com.flexstor.common.awt.field.ComponentI
 
COMPONENT_HEIGHT - Static variable in interface com.flexstor.common.awt.field.ComponentI
 
ComboField - class com.flexstor.common.awt.field.ComboField.
ComboField is a self configuring TextField/Choice that provides full data validation and case conversion.
ComboField(String, boolean) - Constructor for class com.flexstor.common.awt.field.ComboField
Creates a new ComboField with the specified name.
ComboField(String, boolean, boolean, boolean) - Constructor for class com.flexstor.common.awt.field.ComboField
Creates a new ComboField with the specified name.
ComponentI - interface com.flexstor.common.awt.field.ComponentI.
 
calculatePreferredHeight(int) - Method in class com.flexstor.common.awt.field.WrappingLabel
Calculates height for a given width.
calculatePreferredWidth(int) - Method in class com.flexstor.common.awt.field.WrappingLabel
Calculates width for a given height.
canPerformDefaultAction() - Method in class com.flexstor.common.awt.field.ExtendedFieldDialog
 
cleanUp() - Method in class com.flexstor.common.awt.field.ComboField
 
cleanup() - Method in class com.flexstor.common.awt.field.ComboField
 
cleanup() - Method in interface com.flexstor.common.awt.field.ComponentI
 
cleanup() - Method in class com.flexstor.common.awt.field.FlexChoice
 
cleanup() - Method in class com.flexstor.common.awt.field.FlexTextField
 
clear(boolean) - Method in class com.flexstor.common.awt.field.ComboField
This method will select the first item in the Choice box or clear out the text field.
clear(boolean) - Method in interface com.flexstor.common.awt.field.ComponentI
 
clear(boolean) - Method in class com.flexstor.common.awt.field.FlexChoice
Selects the first item in the choice.
clear(boolean) - Method in class com.flexstor.common.awt.field.FlexTextArea
Sets field to a blank string.
clear(boolean) - Method in class com.flexstor.common.awt.field.FlexTextField
Sets field to a blank string.
com.flexstor.common.awt.field - package com.flexstor.common.awt.field
 
configure(int, int, int, int, boolean, boolean, String) - Method in class com.flexstor.common.awt.field.ComboField
Configures this field.
configure(int, int, int, int, boolean, boolean, String, String[]) - Method in class com.flexstor.common.awt.field.ComboField
Configures this field.
configure(int, int, int, int, boolean, boolean, String, ArrayList) - Method in class com.flexstor.common.awt.field.ComboField
Configures this field.
configure(boolean, boolean, String, String[]) - Method in class com.flexstor.common.awt.field.FlexChoice
Configures the validator field.
configure(boolean, boolean, String, ArrayList) - Method in class com.flexstor.common.awt.field.FlexChoice
Configures the validator field.
configure(int, int, int, boolean, boolean, String) - Method in class com.flexstor.common.awt.field.FlexTextField
Configures the validator field.
configure(int, int, int, boolean, boolean, String, boolean) - Method in class com.flexstor.common.awt.field.FlexTextField
Configures the validator field.
configure(int) - Method in class com.flexstor.common.awt.field.FlexTextField
 
custValidator - Variable in class com.flexstor.common.awt.field.FlexTextField
Custom (secondary) data validation object.

D

dimPreferred - Variable in class com.flexstor.common.awt.field.WrappingLabel
 
disablePopOnFocusEvent - Variable in class com.flexstor.common.awt.field.FlexTextField
 

E

ExtendedFieldDialog - class com.flexstor.common.awt.field.ExtendedFieldDialog.
 
ExtendedFieldDialog(Frame, String, String, boolean, int, int) - Constructor for class com.flexstor.common.awt.field.ExtendedFieldDialog
 
enableRepaints(boolean) - Method in class com.flexstor.common.awt.field.ComboField
 

F

FlexChoice - class com.flexstor.common.awt.field.FlexChoice.
FlexChoice extends choice by providing for: 1.
FlexChoice() - Constructor for class com.flexstor.common.awt.field.FlexChoice
Creates an empty FlexChoice.
FlexChoice(ArrayList) - Constructor for class com.flexstor.common.awt.field.FlexChoice
Creates a new FlexChoice containing the items saItems.
FlexChoice(String[]) - Constructor for class com.flexstor.common.awt.field.FlexChoice
Creates a new FlexChoice containing the items saItems.
FlexChoice(boolean) - Constructor for class com.flexstor.common.awt.field.FlexChoice
Creates a new FlexChoice with the name sName and containing the items saItems.
FlexChoice(String, String[], boolean) - Constructor for class com.flexstor.common.awt.field.FlexChoice
Creates a new FlexChoice with the name sName and containing the items saItems.
FlexChoice(String, ArrayList, boolean) - Constructor for class com.flexstor.common.awt.field.FlexChoice
Creates a new FlexChoice with the name sName and containing the items saItems.
FlexLabel - class com.flexstor.common.awt.field.FlexLabel.
 
FlexLabel(String) - Constructor for class com.flexstor.common.awt.field.FlexLabel
 
FlexTextArea - class com.flexstor.common.awt.field.FlexTextArea.
FlexTextArea provides basic data type validation and custom enabling/disabling.
FlexTextArea() - Constructor for class com.flexstor.common.awt.field.FlexTextArea
Creates a new text area.
FlexTextArea(int, int) - Constructor for class com.flexstor.common.awt.field.FlexTextArea
Creates a new text area.
FlexTextField - class com.flexstor.common.awt.field.FlexTextField.
FlexTextField provides basic data type validation and custom enabling/disabling.
FlexTextField() - Constructor for class com.flexstor.common.awt.field.FlexTextField
Creates a new text field with error messages turned on.
FlexTextField(int) - Constructor for class com.flexstor.common.awt.field.FlexTextField
Creates a new text field with error messages turned off.
field - Variable in class com.flexstor.common.awt.field.ComboField
Reference to the field object.
fireActionEvent() - Method in class com.flexstor.common.awt.field.ActionButton
 
fixupLabel(String) - Method in class com.flexstor.common.awt.field.ComboField
Removes invalid characters from the label.
fm - Variable in class com.flexstor.common.awt.field.WrappingLabel
 
focusGained(FocusEvent) - Method in class com.flexstor.common.awt.field.ActionButton
 
focusLost(FocusEvent) - Method in class com.flexstor.common.awt.field.ActionButton
 
formatCase() - Method in class com.flexstor.common.awt.field.ComboField
 
formatCase() - Method in interface com.flexstor.common.awt.field.ComponentI
 
formatCase() - Method in class com.flexstor.common.awt.field.FlexChoice
Not implemented until this choice supports editing.
formatCase() - Method in class com.flexstor.common.awt.field.FlexTextField
Formats a text field to its defined case.
frame - Variable in class com.flexstor.common.awt.field.ExtendedFieldDialog
 

G

getActionId() - Method in class com.flexstor.common.awt.field.ActionButton
 
getActionId() - Method in class com.flexstor.common.awt.field.ActionChoice
Gets the action id
getChanges() - Method in class com.flexstor.common.awt.field.ExtendedFieldDialog
 
getEnabled() - Method in class com.flexstor.common.awt.field.ComboField
 
getEnabled() - Method in interface com.flexstor.common.awt.field.ComponentI
 
getEnabled() - Method in class com.flexstor.common.awt.field.FlexChoice
Returns true if this choice is enabled.
getEnabled() - Method in class com.flexstor.common.awt.field.FlexTextArea
 
getEnabled() - Method in class com.flexstor.common.awt.field.FlexTextField
 
getId() - Method in class com.flexstor.common.awt.field.ComboField
 
getId() - Method in interface com.flexstor.common.awt.field.ComponentI
 
getId() - Method in class com.flexstor.common.awt.field.FlexChoice
 
getId() - Method in class com.flexstor.common.awt.field.FlexTextField
 
getMinimumSize() - Method in class com.flexstor.common.awt.field.ActionButton
 
getMinimumSize() - Method in class com.flexstor.common.awt.field.ComboField
 
getMinimumSize() - Method in interface com.flexstor.common.awt.field.ComponentI
 
getMinimumSize() - Method in class com.flexstor.common.awt.field.FlexChoice
 
getMinimumSize() - Method in class com.flexstor.common.awt.field.FlexLabel
 
getMinimumSize() - Method in class com.flexstor.common.awt.field.FlexTextArea
 
getMinimumSize() - Method in class com.flexstor.common.awt.field.FlexTextField
 
getMinimumSize() - Method in class com.flexstor.common.awt.field.WrappingLabel
 
getMode() - Method in class com.flexstor.common.awt.field.ComboField
 
getName() - Method in class com.flexstor.common.awt.field.ComboField
Returns the name of this field.
getParentFrame() - Method in class com.flexstor.common.awt.field.ComboField
 
getParentFrame() - Method in class com.flexstor.common.awt.field.FlexChoice
 
getParentFrame() - Method in class com.flexstor.common.awt.field.FlexTextField
 
getPreferredSize() - Method in class com.flexstor.common.awt.field.ActionButton
 
getPreferredSize() - Method in class com.flexstor.common.awt.field.ComboField
 
getPreferredSize() - Method in interface com.flexstor.common.awt.field.ComponentI
 
getPreferredSize() - Method in class com.flexstor.common.awt.field.FlexChoice
 
getPreferredSize() - Method in class com.flexstor.common.awt.field.FlexLabel
 
getPreferredSize() - Method in class com.flexstor.common.awt.field.FlexTextArea
 
getPreferredSize() - Method in class com.flexstor.common.awt.field.FlexTextField
 
getPreferredSize() - Method in class com.flexstor.common.awt.field.WrappingLabel
This method returns reasonable values after addNotify has been called.
getSelectedIndex() - Method in class com.flexstor.common.awt.field.ComboField
 
getText() - Method in class com.flexstor.common.awt.field.ComboField
 
getText() - Method in interface com.flexstor.common.awt.field.ComponentI
 
getText() - Method in class com.flexstor.common.awt.field.FlexChoice
Returns the contents of the upper part of the choice.

I

iCurrent - Variable in class com.flexstor.common.awt.field.ActionButton
 
iDisabled - Variable in class com.flexstor.common.awt.field.ActionButton
 
iFocusPressed - Variable in class com.flexstor.common.awt.field.ActionButton
 
iFocusRest - Variable in class com.flexstor.common.awt.field.ActionButton
 
iPressed - Variable in class com.flexstor.common.awt.field.ActionButton
 
iRest - Variable in class com.flexstor.common.awt.field.ActionButton
 
insert(String, int) - Method in class com.flexstor.common.awt.field.FlexChoice
 
insert(LookupListItem, int) - Method in class com.flexstor.common.awt.field.FlexChoice
 
insets - Variable in class com.flexstor.common.awt.field.ActionButton
 
isBlank() - Method in class com.flexstor.common.awt.field.ComboField
 
isBlank() - Method in interface com.flexstor.common.awt.field.ComponentI
 
isBlank() - Method in class com.flexstor.common.awt.field.FlexChoice
 
isBlank() - Method in class com.flexstor.common.awt.field.FlexTextArea
Returns the true if the field empty.
isBlank() - Method in class com.flexstor.common.awt.field.FlexTextField
Returns the true if the field empty.
isDialogShown - Variable in class com.flexstor.common.awt.field.FlexTextField
 
isFocusTraversable() - Method in class com.flexstor.common.awt.field.ActionButton
 
isFocusTraversable() - Method in class com.flexstor.common.awt.field.FlexChoice
Overides isFocusTraversable in java.awt.Component.
isRequired() - Method in class com.flexstor.common.awt.field.ComboField
 
isRequired() - Method in interface com.flexstor.common.awt.field.ComponentI
 
isRequired() - Method in class com.flexstor.common.awt.field.FlexChoice
 
isRequired() - Method in class com.flexstor.common.awt.field.FlexTextField
 
isShowing() - Method in class com.flexstor.common.awt.field.ComboField
 
itemStateChanged(ItemEvent) - Method in class com.flexstor.common.awt.field.FlexChoice
 

K

keyDown(Event, int) - Method in class com.flexstor.common.awt.field.FlexTextField
Overiding keyDown() in order to suppress some of the JClass hotkeys.
keyListeners - Variable in class com.flexstor.common.awt.field.FlexTextField
Key Listener -- used for reserved keys only.
keyPressed(KeyEvent) - Method in class com.flexstor.common.awt.field.ActionButton
 
keyReleased(KeyEvent) - Method in class com.flexstor.common.awt.field.ActionButton
 
keyTyped(KeyEvent) - Method in class com.flexstor.common.awt.field.ActionButton
 

M

MAX_FIELD_LENGTH - Static variable in interface com.flexstor.common.awt.field.ComponentI
 
metrics - Static variable in class com.flexstor.common.awt.field.FlexChoice
 
minimumSize() - Method in class com.flexstor.common.awt.field.ComboField
 
mouseClicked(MouseEvent) - Method in class com.flexstor.common.awt.field.ActionButton
 
mouseClicked(MouseEvent) - Method in class com.flexstor.common.awt.field.ComboField
 
mouseEntered(MouseEvent) - Method in class com.flexstor.common.awt.field.ActionButton
 
mouseEntered(MouseEvent) - Method in class com.flexstor.common.awt.field.ComboField
 
mouseExited(MouseEvent) - Method in class com.flexstor.common.awt.field.ActionButton
 
mouseExited(MouseEvent) - Method in class com.flexstor.common.awt.field.ComboField
 
mousePressed(MouseEvent) - Method in class com.flexstor.common.awt.field.ActionButton
 
mousePressed(MouseEvent) - Method in class com.flexstor.common.awt.field.ComboField
 
mouseReleased(MouseEvent) - Method in class com.flexstor.common.awt.field.ActionButton
 
mouseReleased(MouseEvent) - Method in class com.flexstor.common.awt.field.ComboField
 

N

nActionId - Variable in class com.flexstor.common.awt.field.ActionButton
 
nActionId - Variable in class com.flexstor.common.awt.field.ActionChoice
 
nCase - Variable in class com.flexstor.common.awt.field.ComboField
 
nCase - Variable in class com.flexstor.common.awt.field.ExtendedFieldDialog
 
nCase - Variable in class com.flexstor.common.awt.field.FlexTextField
The case from com.flexstor.common.constants.FieldConstantsI.
nCurrentError - Variable in class com.flexstor.common.awt.field.FlexTextField
 
nDispLength - Variable in class com.flexstor.common.awt.field.FlexTextField
The display length in characters.
nForcedLength - Variable in class com.flexstor.common.awt.field.ComboField
 
nGap - Variable in class com.flexstor.common.awt.field.ActionButton
 
nImageHeight - Variable in class com.flexstor.common.awt.field.ActionButton
 
nImageWidth - Variable in class com.flexstor.common.awt.field.ActionButton
 
nLabelAscent - Variable in class com.flexstor.common.awt.field.ActionButton
 
nLabelHeight - Variable in class com.flexstor.common.awt.field.ActionButton
 
nLabelWidth - Variable in class com.flexstor.common.awt.field.ActionButton
 
nLastValueId - Variable in class com.flexstor.common.awt.field.FlexChoice
 
nLength - Variable in class com.flexstor.common.awt.field.ExtendedFieldDialog
 
nMaxLength - Variable in class com.flexstor.common.awt.field.FlexChoice
The preferred length of the items in this choice.
nMode - Variable in class com.flexstor.common.awt.field.ComboField
The current mode, either ENTRY_TYPE_UNDEFINED, ENTRY_TYPE_TEXT_FIELD, or ENTRY_TYPE_CHOICE.
nPopupThreshold - Static variable in class com.flexstor.common.awt.field.ComboField
 

P

paint(Graphics) - Method in class com.flexstor.common.awt.field.ActionButton
 
paint(Graphics) - Method in class com.flexstor.common.awt.field.ComboField
 
pbCancel - Variable in class com.flexstor.common.awt.field.ExtendedFieldDialog
 
pbOK - Variable in class com.flexstor.common.awt.field.ExtendedFieldDialog
 
popupExtDialog() - Method in class com.flexstor.common.awt.field.ComboField
 
preferredSize() - Method in class com.flexstor.common.awt.field.ComboField
 
processFocusEvent(FocusEvent) - Method in class com.flexstor.common.awt.field.FlexTextField
Processes focus.
processItemEvent(ItemEvent) - Method in class com.flexstor.common.awt.field.ActionChoice
Convert ItemEvent to ActionEvent
processKeyEvent(KeyEvent) - Method in class com.flexstor.common.awt.field.FlexTextArea
 
processKeyEvent(KeyEvent) - Method in class com.flexstor.common.awt.field.FlexTextField
 

Q

quietVerify() - Method in class com.flexstor.common.awt.field.ComboField
 
quietVerify() - Method in interface com.flexstor.common.awt.field.ComponentI
 
quietVerify() - Method in class com.flexstor.common.awt.field.FlexChoice
 
quietVerify() - Method in class com.flexstor.common.awt.field.FlexTextField
Verifies the field attributes without displaying any errors.

R

RESERVED_KEYS - Static variable in class com.flexstor.common.awt.field.FlexTextArea
Keys that are reserved for other uses, and will not be processed by this field.
RESERVED_KEYS - Static variable in class com.flexstor.common.awt.field.FlexTextField
Keys that are reserved for other uses, and will not be processed by this field.
removeActionListener(ActionListener) - Method in class com.flexstor.common.awt.field.ActionButton
 
removeActionListener(ActionListener) - Method in class com.flexstor.common.awt.field.ActionChoice
Removes an action listener from this choice.
removeAll() - Method in class com.flexstor.common.awt.field.FlexChoice
 
removeKeyListener(KeyListener) - Method in class com.flexstor.common.awt.field.FlexTextField
 
removeTextListener(FlexTextListener) - Method in class com.flexstor.common.awt.field.ComboField
 
removeTextListener(FlexTextListener) - Method in class com.flexstor.common.awt.field.FlexChoice
 
removeTextListener(FlexTextListener) - Method in class com.flexstor.common.awt.field.FlexTextField
 
requestFocus() - Method in class com.flexstor.common.awt.field.ComboField
 
requestFocus() - Method in interface com.flexstor.common.awt.field.ComponentI
 
requestFocus() - Method in class com.flexstor.common.awt.field.FlexTextField
 

S

sChanges - Variable in class com.flexstor.common.awt.field.ExtendedFieldDialog
 
sLabel - Variable in class com.flexstor.common.awt.field.ActionButton
 
sLastValue - Variable in class com.flexstor.common.awt.field.FlexChoice
The currently valid selected item.
sName - Variable in class com.flexstor.common.awt.field.ComboField
The name associated with this field.
sTextAreaText - Variable in class com.flexstor.common.awt.field.ComboField
 
select(int) - Method in class com.flexstor.common.awt.field.FlexChoice
 
select(String) - Method in class com.flexstor.common.awt.field.FlexChoice
 
setActionId(int) - Method in class com.flexstor.common.awt.field.ActionButton
 
setActionId(int) - Method in class com.flexstor.common.awt.field.ActionChoice
Sets the action id to the new value
setAlignStyle(int) - Method in class com.flexstor.common.awt.field.WrappingLabel
 
setBounds(int, int, int, int) - Method in interface com.flexstor.common.awt.field.ComponentI
 
setBounds(int, int, int, int) - Method in class com.flexstor.common.awt.field.FlexTextField
 
setCurrentErrorNo(int) - Method in class com.flexstor.common.awt.field.FlexTextField
 
setCustomValidator(ValidatorI) - Method in class com.flexstor.common.awt.field.ComboField
 
setCustomValidator(ValidatorI) - Method in interface com.flexstor.common.awt.field.ComponentI
 
setCustomValidator(ValidatorI) - Method in class com.flexstor.common.awt.field.FlexChoice
Not implemented until this choice supports editing.
setCustomValidator(ValidatorI) - Method in class com.flexstor.common.awt.field.FlexTextField
 
setDisplayLength(int) - Method in class com.flexstor.common.awt.field.FlexTextArea
Sets the "display" length (in characters) for this field.
setDisplayLength(int) - Method in class com.flexstor.common.awt.field.FlexTextField
Sets the "display" length (in characters) for this field.
setEditable(boolean) - Method in class com.flexstor.common.awt.field.FlexTextArea
 
setEnabled(boolean) - Method in class com.flexstor.common.awt.field.ActionButton
 
setEnabled(boolean) - Method in class com.flexstor.common.awt.field.ComboField
Conditionally enables/disables this field.
setEnabled(boolean) - Method in interface com.flexstor.common.awt.field.ComponentI
 
setEnabled(boolean) - Method in class com.flexstor.common.awt.field.FlexTextArea
Enables/disables input for this field, but you can still scroll through the field.
setEnabled(boolean) - Method in class com.flexstor.common.awt.field.FlexTextField
Enables/disables input for this field, but you can still scroll through the field.
setFocusTraversable(boolean) - Method in class com.flexstor.common.awt.field.ActionButton
 
setFocusTraversable(boolean) - Method in class com.flexstor.common.awt.field.FlexChoice
Sets the focusTraversable function.
setFont() - Method in class com.flexstor.common.awt.field.ActionButton
 
setId(long) - Method in class com.flexstor.common.awt.field.ComboField
 
setId(long) - Method in interface com.flexstor.common.awt.field.ComponentI
 
setId(long) - Method in class com.flexstor.common.awt.field.FlexChoice
 
setId(long) - Method in class com.flexstor.common.awt.field.FlexTextField
 
setImage() - Method in class com.flexstor.common.awt.field.ActionButton
 
setImageLabelGap(int) - Method in class com.flexstor.common.awt.field.ActionButton
 
setImages(String) - Method in class com.flexstor.common.awt.field.ActionButton
 
setInsets(Insets) - Method in class com.flexstor.common.awt.field.ActionButton
 
setItems(ArrayList) - Method in class com.flexstor.common.awt.field.ComboField
 
setItems(String[]) - Method in class com.flexstor.common.awt.field.FlexChoice
Adds an array of items to the choice.
setItems(ArrayList) - Method in class com.flexstor.common.awt.field.FlexChoice
Adds an array of items to the choice.
setLabel(String) - Method in class com.flexstor.common.awt.field.ActionButton
 
setOptimumSize(int) - Method in class com.flexstor.common.awt.field.ComboField
 
setPartialDisable(boolean) - Method in class com.flexstor.common.awt.field.FlexTextField
Instructs this field to always "look" disabled, even when enabled.
setPasswordMode() - Method in class com.flexstor.common.awt.field.FlexTextField
 
setPreferredHeight(int) - Method in class com.flexstor.common.awt.field.WrappingLabel
Sets the preferred height.
setPreferredWidth(int) - Method in class com.flexstor.common.awt.field.ComboField
 
setPreferredWidth(int) - Method in class com.flexstor.common.awt.field.WrappingLabel
Sets the preferred width.
setRequired(boolean) - Method in class com.flexstor.common.awt.field.ComboField
 
setRequired(boolean) - Method in interface com.flexstor.common.awt.field.ComponentI
 
setRequired(boolean) - Method in class com.flexstor.common.awt.field.FlexChoice
 
setRequired(boolean) - Method in class com.flexstor.common.awt.field.FlexTextField
 
setShowError(boolean) - Method in class com.flexstor.common.awt.field.FlexTextField
 
setText(String) - Method in class com.flexstor.common.awt.field.ComboField
 
setText(String) - Method in interface com.flexstor.common.awt.field.ComponentI
 
setText(String) - Method in class com.flexstor.common.awt.field.FlexChoice
Sets the contents of the upper part of the choice.
setText(String) - Method in class com.flexstor.common.awt.field.FlexTextField
 
setText(String) - Method in class com.flexstor.common.awt.field.WrappingLabel
 
setup(boolean) - Method in class com.flexstor.common.awt.field.FlexTextField
 
showError(int) - Method in class com.flexstor.common.awt.field.FlexTextField
 
showMsgDialog() - Method in class com.flexstor.common.awt.field.FlexTextField
 

T

TEXT_AREA_HEIGHT - Static variable in interface com.flexstor.common.awt.field.ComponentI
 
ta - Variable in class com.flexstor.common.awt.field.ExtendedFieldDialog
 
text - Variable in class com.flexstor.common.awt.field.FlexTextField
 
text - Variable in class com.flexstor.common.awt.field.WrappingLabel
 
textListeners - Variable in class com.flexstor.common.awt.field.ComboField
Text Listeners -- used for filtering of text events.
textListeners - Variable in class com.flexstor.common.awt.field.FlexChoice
Text Listeners -- used for filtering of text events.
textListeners - Variable in class com.flexstor.common.awt.field.FlexTextField
Text Listeners -- used for filtering of text events.
textValueChangeBegin(FlexTextEvent) - Method in class com.flexstor.common.awt.field.ComboField
 
textValueChangeBegin(TextEvent) - Method in class com.flexstor.common.awt.field.FlexTextField
 
textValueChangeEnd(FlexTextEvent) - Method in class com.flexstor.common.awt.field.ComboField
 
textValueChanged(TextEvent) - Method in class com.flexstor.common.awt.field.ExtendedFieldDialog
 
textValueChanged(TextEvent) - Method in class com.flexstor.common.awt.field.FlexTextField
 

V

validator - Variable in class com.flexstor.common.awt.field.FlexTextField
Data validation object.
verify(boolean) - Method in class com.flexstor.common.awt.field.ComboField
Checks if the field is required.
verify(boolean) - Method in interface com.flexstor.common.awt.field.ComponentI
 
verify(boolean) - Method in class com.flexstor.common.awt.field.FlexChoice
 
verify(boolean) - Method in class com.flexstor.common.awt.field.FlexTextField
Verifies that the data in the field is valid.

W

WrappingLabel - class com.flexstor.common.awt.field.WrappingLabel.
This class displays lines of text and wraps them around.
WrappingLabel() - Constructor for class com.flexstor.common.awt.field.WrappingLabel
 

A B C D E F G I K M N P Q R S T V W