|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectechopointng.stylesheet.propertypeer.AbstractCssPropertyPeer
echopointng.stylesheet.propertypeer.NumberPeer
public abstract class NumberPeer
NumberPeer converts property value strings into
Numbers. It will also try to use class field constants if the values
cant be be converted.
This class is a base class for more specific peers
| Constructor Summary | |
|---|---|
NumberPeer()
|
|
| Method Summary | |
|---|---|
protected boolean |
canConvert(CssObjectIntrospector ci,
java.lang.String propertyValue)
Is the propertyValue valid in its current form? |
| Methods inherited from class echopointng.stylesheet.propertypeer.AbstractCssPropertyPeer |
|---|
getConstantFromMap, getConstantFromMap, getConstantValue, getConversionClass, getInteger, getIntFromMap, getJavaObject, getObject, getPeer, getString, getStyleString, isAssignableFrom, isExtent, isInteger, isNullString, makeExtent, tokenize |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public NumberPeer()
| Method Detail |
|---|
protected boolean canConvert(CssObjectIntrospector ci,
java.lang.String propertyValue)
AbstractCssPropertyPeer
canConvert in class AbstractCssPropertyPeerci - - The component IntropectorpropertyValue - - the value to inspect
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||