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

Quick Search    Search Deep

com.flexstor.common.awt.field: Javadoc index of package com.flexstor.common.awt.field.


Package Samples:

com.flexstor.common.awt.field

Classes:

FlexChoice: FlexChoice extends choice by providing for: 1. The ability to add a list of items at one time with the construstor. 2. The setItems() method which clears the choice and adds a list of items. 3. Auto padding automatically handled. This means that the first item in the choice is always a space. This option must be selected in the constructor. 4. Keeping an associated id to each item value in the list of choices.
ComboField: ComboField is a self configuring TextField/Choice that provides full data validation and case conversion. All edit events are sent as FlexTextEvent events, so that three different events (ItemEvent, ActionEvent, and TextEvent/KeyEvent) do not need to be caught.
WrappingLabel: This class displays lines of text and wraps them around. To work properly, one dimension (width or height) must be set with setPreferredWidth/Height methods. The other dimension will be calculated.
ActionChoice: This choice class can be associated with an action id defined in Constants. This action id can be queried in the eventHandler of the container to take appropriate action.
FlexTextField: FlexTextField provides basic data type validation and custom enabling/disabling.
FlexTextArea: FlexTextArea provides basic data type validation and custom enabling/disabling.
ActionButton
ComponentI
ExtendedFieldDialog
FlexLabel

Home | Contact Us | Privacy Policy | Terms of Service