Ja.NET Standard Edition 5.0

Documentation API Specification

Contents

CSS.FloatProperty Class Reference

Inherits javax::swing::text::html::CSS::FixedSetValues.

List of all members.


Detailed Description

The implementation is based on CSS1 spec for 'float'.

Package Functions

 FloatProperty ()
String[] getValidValues ()
PropertyValueConverter[] getValueHolders ()
PropertyValueConverter createValueHolder (final int valueIndex)

Private Member Functions

 FloatProperty (final int index)

Static Private Attributes

static final String[] VALID_VALUES
static final FloatProperty[] VALUE_HOLDERS

Constructor & Destructor Documentation

FloatProperty (  )  [package]

FloatProperty ( final int  index  )  [private]


Member Function Documentation

String [] getValidValues (  )  [package, virtual]

Implements CSS.FixedSetValues.

PropertyValueConverter [] getValueHolders (  )  [package, virtual]

Implements CSS.FixedSetValues.

PropertyValueConverter createValueHolder ( final int  valueIndex  )  [package]

Reimplemented from CSS.FixedSetValues.


Member Data Documentation

final String [] VALID_VALUES [static, private]

Initial value:

 {
            "none", "left", "right"
        }

final FloatProperty [] VALUE_HOLDERS [static, private]

Initial value: