com.droplets.api
Class PercentField

java.lang.Object
  |
  +--com.droplets.api.Component
        |
        +--com.droplets.api.TextField
              |
              +--com.droplets.api.TypedField
                    |
                    +--com.droplets.api.NumberField
                          |
                          +--com.droplets.api.PercentField

public class PercentField
extends NumberField

Copyright: Copyright (c) 2001 Company: Droplets


Fields inherited from class com.droplets.api.Component
ANCHOR_CENTER, ANCHOR_EAST, ANCHOR_NORTH, ANCHOR_NORTHEAST, ANCHOR_NORTHWEST, ANCHOR_SOUTH, ANCHOR_SOUTHEAST, ANCHOR_SOUTHWEST, ANCHOR_WEST, FILL_BOTH, FILL_HORIZONTAL, FILL_NONE, FILL_VERTICAL
 
Constructor Summary
PercentField(LayoutPlacement p, java.util.Locale l, Window window)
           
PercentField(LayoutPlacement p, Window window, java.util.Locale l)
          Deprecated. this constructor does not adhere to the droplets standard of how the argument list should be arranged.
 
Method Summary
protected  boolean parse(java.lang.String input)
           
 
Methods inherited from class com.droplets.api.NumberField
format, getConstraints, getDouble, getNumberFormat, setConstraints, setDouble, setNumberFormat
 
Methods inherited from class com.droplets.api.TypedField
fireValueChangeEvent, getErrorFontColor, getInputFontColor, getLocale, getSetFontColor, setErrorFontColor, setInputFontColor, setLocale, setSetFontColor
 
Methods inherited from class com.droplets.api.TextField
attributeChanged, autoComplete, firePreviewEvent, getMaxLength, getPasswordMode, getSendPreview, getWidth, select, selectAll, setMaxLength, setPasswordMode, setPasswordMode, setPreviewListener, setSendPreview, setSendPreview, setWidth, setWidth
 
Methods inherited from class com.droplets.api.Component
action, addActionListener, addAttributeChangeListener, addValueChangeListener, constructionFailed, equals, fireActionEvent, fireAttributeChangeEvent, getAnchor, getAttribute, getBgColor, getBoolAttribute, getBordersAttribute, getColorAttribute, getCursor, getCursorType, getDoubleAttribute, getEnabled, getFgColor, getFill, getFont, getGridHeight, getGridWidth, getGridX, getGridY, getInsets, getIntAttribute, getIPadX, getIPadY, getOpaque, getParent, getScriptingName, getSpecification, getStringAttribute, getToolTip, getValue, getVisible, getWeightX, getWeightY, getWindow, invalidate, isAddedToWindow, isContainer, isFocusTraversable, isFocusTraversableDefault, isValid, removeActionListener, removeAttributeChangeListener, removeValueChangeListener, requestFocus, reset, sendCommandAttribute, setAnchor, setAnchor, setArg, setAttribute, setBgColor, setBgColor, setBoolAttribute, setBordersAttribute, setColorAttribute, setCursor, setCursor, setCursorType, setDoubleAttribute, setEnabled, setEnabled, setEnterButton, setEnterButton, setEnterButton, setFgColor, setFgColor, setFill, setFill, setFocusTraversable, setFont, setFont, setGridHeight, setGridHeight, setGridWidth, setGridWidth, setGridX, setGridX, setGridY, setGridY, setInsets, setInsets, setIntAttribute, setIPadX, setIPadX, setIPadY, setIPadY, setItemListAttribute, setOpaque, setOpaque, setScriptingName, setStringAttribute, setToolTip, setValue, setValue, setVisible, setVisible, setWeightX, setWeightX, setWeightY, setWeightY, storeAttribute, valueChanged
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

PercentField

public PercentField(LayoutPlacement p,
                    java.util.Locale l,
                    Window window)

PercentField

public PercentField(LayoutPlacement p,
                    Window window,
                    java.util.Locale l)
Deprecated. this constructor does not adhere to the droplets standard of how the argument list should be arranged.

Method Detail

parse

protected boolean parse(java.lang.String input)
Overrides:
parse in class NumberField


Copyright © Droplets, 2001. All Rights Reserved.