|
|||||||||
| 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
echopointng.stylesheet.propertypeer.BytePeer
public class BytePeer
BytePeer converts property value strings into
Bytes. It will also try to use class field constants if the integer
cant be be converted.
| Constructor Summary | |
|---|---|
BytePeer()
|
|
| Method Summary | |
|---|---|
protected java.lang.Class |
getConversionClass()
What is an assignable conversion class for this peer |
protected java.lang.Object |
getObject(CssObjectIntrospector ci,
java.lang.String propertyValue)
Returns an instance of the converted property value. |
| Methods inherited from class echopointng.stylesheet.propertypeer.NumberPeer |
|---|
canConvert |
| Methods inherited from class echopointng.stylesheet.propertypeer.AbstractCssPropertyPeer |
|---|
getConstantFromMap, getConstantFromMap, getConstantValue, getInteger, getIntFromMap, getJavaObject, 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 BytePeer()
| Method Detail |
|---|
protected java.lang.Class getConversionClass()
AbstractCssPropertyPeer
getConversionClass in class AbstractCssPropertyPeerAbstractCssPropertyPeer.getConversionClass()
protected java.lang.Object getObject(CssObjectIntrospector ci,
java.lang.String propertyValue)
AbstractCssPropertyPeer
getObject in class AbstractCssPropertyPeerci - - a object intropector for you to usepropertyValue - - the value to convert into an object
AbstractCssPropertyPeer.getObject(CssObjectIntrospector, java.lang.String)
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||